1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctKho_ChiTietSanPham
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.panel1 = new System.Windows.Forms.Panel();
32             
this.lblThongBao = new System.Windows.Forms.Label();
33             
this.label6 = new System.Windows.Forms.Label();
34             
this.txtNCCAll = new System.Windows.Forms.TextBox();
35             
this.label25 = new System.Windows.Forms.Label();
36             
this.linkLabel_MatHangTiepTheo = new System.Windows.Forms.LinkLabel();
37             
this.txtTiLeLoiNhuan = new System.Windows.Forms.TextBox();
38             
this.linkLabel_QuayLaiMatHangTruoc = new System.Windows.Forms.LinkLabel();
39             
this.label17 = new System.Windows.Forms.Label();
40             
this.txtNgayNhap = new System.Windows.Forms.TextBox();
41             
this.txtMoTa = new System.Windows.Forms.TextBox();
42             
this.label24 = new System.Windows.Forms.Label();
43             
this.btnLuu = new System.Windows.Forms.Button();
44             
this.txtSoLuong = new System.Windows.Forms.TextBox();
45             
this.groupBox2 = new System.Windows.Forms.GroupBox();
46             
this.maskedTextBoxHSD = new System.Windows.Forms.MaskedTextBox();
47             
this.maskedTextBoxNSX = new System.Windows.Forms.MaskedTextBox();
48             
this.cmbThueSuat = new System.Windows.Forms.ComboBox();
49             
this.label7 = new System.Windows.Forms.Label();
50             
this.txtGiaBanBuon = new System.Windows.Forms.TextBox();
51             
this.txtGiaKhuyenMai = new System.Windows.Forms.TextBox();
52             
this.label22 = new System.Windows.Forms.Label();
53             
this.txtGiaBanLe = new System.Windows.Forms.TextBox();
54             
this.label21 = new System.Windows.Forms.Label();
55             
this.label16 = new System.Windows.Forms.Label();
56             
this.txtGiaNhap = new System.Windows.Forms.TextBox();
57             
this.label15 = new System.Windows.Forms.Label();
58             
this.label14 = new System.Windows.Forms.Label();
59             
this.label11 = new System.Windows.Forms.Label();
60             
this.label20 = new System.Windows.Forms.Label();
61             
this.label10 = new System.Windows.Forms.Label();
62             
this.cmbDonViTinh = new System.Windows.Forms.ComboBox();
63             
this.label4 = new System.Windows.Forms.Label();
64             
this.txtMaVietTat = new System.Windows.Forms.TextBox();
65             
this.label3 = new System.Windows.Forms.Label();
66             
this.txtMaSanPham = new System.Windows.Forms.TextBox();
67             
this.label2 = new System.Windows.Forms.Label();
68             
this.txtTenSanPham = new System.Windows.Forms.TextBox();
69             
this.label5 = new System.Windows.Forms.Label();
70             
this.label1 = new System.Windows.Forms.Label();
71             
this.txtHanSuDung = new System.Windows.Forms.TextBox();
72             
this.panel1.SuspendLayout();
73             
this.groupBox2.SuspendLayout();
74             
this.SuspendLayout();
75             
//
76             
// panel1
77             
//
78             
this.panel1.AutoScroll = true;
79             
this.panel1.Controls.Add(this.lblThongBao);
80             
this.panel1.Controls.Add(this.label6);
81             
this.panel1.Controls.Add(this.txtNCCAll);
82             
this.panel1.Controls.Add(this.label25);
83             
this.panel1.Controls.Add(this.linkLabel_MatHangTiepTheo);
84             
this.panel1.Controls.Add(this.txtTiLeLoiNhuan);
85             
this.panel1.Controls.Add(this.linkLabel_QuayLaiMatHangTruoc);
86             
this.panel1.Controls.Add(this.label17);
87             
this.panel1.Controls.Add(this.txtNgayNhap);
88             
this.panel1.Controls.Add(this.txtMoTa);
89             
this.panel1.Controls.Add(this.label24);
90             
this.panel1.Controls.Add(this.btnLuu);
91             
this.panel1.Controls.Add(this.txtSoLuong);
92             
this.panel1.Controls.Add(this.groupBox2);
93             
this.panel1.Controls.Add(this.label20);
94             
this.panel1.Controls.Add(this.label10);
95             
this.panel1.Controls.Add(this.cmbDonViTinh);
96             
this.panel1.Controls.Add(this.label4);
97             
this.panel1.Controls.Add(this.txtMaVietTat);
98             
this.panel1.Controls.Add(this.label3);
99             
this.panel1.Controls.Add(this.txtMaSanPham);
100             
this.panel1.Controls.Add(this.label2);
101             
this.panel1.Controls.Add(this.txtTenSanPham);
102             
this.panel1.Controls.Add(this.label5);
103             
this.panel1.Controls.Add(this.label1);
104             
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
105             
this.panel1.Location = new System.Drawing.Point(0, 0);
106             
this.panel1.Name = "panel1";
107             
this.panel1.Size = new System.Drawing.Size(1024, 1550);
108             
this.panel1.TabIndex = 0;
109             
//
110             
// lblThongBao
111             
//
112             
this.lblThongBao.AutoSize = true;
113             
this.lblThongBao.ForeColor = System.Drawing.Color.Red;
114             
this.lblThongBao.Location = new System.Drawing.Point(757, 972);
115             
this.lblThongBao.Name = "lblThongBao";
116             
this.lblThongBao.Size = new System.Drawing.Size(0, 18);
117             
this.lblThongBao.TabIndex = 34;
118             
//
119             
// label6
120             
//
121             
this.label6.AutoSize = true;
122             
this.label6.Location = new System.Drawing.Point(22, 1086);
123             
this.label6.Name = "label6";
124             
this.label6.Size = new System.Drawing.Size(12, 18);
125             
this.label6.TabIndex = 33;
126             
this.label6.Text = " ";
127             
//
128             
// txtNCCAll
129             
//
130             
this.txtNCCAll.BackColor = System.Drawing.Color.White;
131             
this.txtNCCAll.BorderStyle = System.Windows.Forms.BorderStyle.None;
132             
this.txtNCCAll.Location = new System.Drawing.Point(165, 285);
133             
this.txtNCCAll.Multiline = true;
134             
this.txtNCCAll.Name = "txtNCCAll";
135             
this.txtNCCAll.Size = new System.Drawing.Size(832, 17);
136             
this.txtNCCAll.TabIndex = 32;
137             
//
138             
// label25
139             
//
140             
this.label25.AutoSize = true;
141             
this.label25.Location = new System.Drawing.Point(42, 285);
142             
this.label25.Name = "label25";
143             
this.label25.Size = new System.Drawing.Size(99, 18);
144             
this.label25.TabIndex = 31;
145             
this.label25.Text = "Nhà cung cấp";
146             
//
147             
// linkLabel_MatHangTiepTheo
148             
//
149             
this.linkLabel_MatHangTiepTheo.AutoSize = true;
150             
this.linkLabel_MatHangTiepTheo.Location = new System.Drawing.Point(809, 20);
151             
this.linkLabel_MatHangTiepTheo.Name = "linkLabel_MatHangTiepTheo";
152             
this.linkLabel_MatHangTiepTheo.Size = new System.Drawing.Size(129, 18);
153             
this.linkLabel_MatHangTiepTheo.TabIndex = 30;
154             
this.linkLabel_MatHangTiepTheo.TabStop = true;
155             
this.linkLabel_MatHangTiepTheo.Text = "Mặt hàng tiếp theo";
156             
this.linkLabel_MatHangTiepTheo.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_MatHangTiepTheo_LinkClicked);
157             
//
158             
// txtTiLeLoiNhuan
159             
//
160             
this.txtTiLeLoiNhuan.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
161             
this.txtTiLeLoiNhuan.Location = new System.Drawing.Point(602, 678);
162             
this.txtTiLeLoiNhuan.Name = "txtTiLeLoiNhuan";
163             
this.txtTiLeLoiNhuan.Size = new System.Drawing.Size(216, 26);
164             
this.txtTiLeLoiNhuan.TabIndex = 31;
165             
this.txtTiLeLoiNhuan.Visible = false;
166             
this.txtTiLeLoiNhuan.Click += new System.EventHandler(this.txtTiLeLoiNhuan_Click);
167             
this.txtTiLeLoiNhuan.TextChanged += new System.EventHandler(this.txtTiLeLoiNhuan_TextChanged);
168             
this.txtTiLeLoiNhuan.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTiLeLoiNhuan_KeyPress);
169             
this.txtTiLeLoiNhuan.MouseCaptureChanged += new System.EventHandler(this.txtTiLeLoiNhuan_MouseCaptureChanged);
170             
//
171             
// linkLabel_QuayLaiMatHangTruoc
172             
//
173             
this.linkLabel_QuayLaiMatHangTruoc.AutoSize = true;
174             
this.linkLabel_QuayLaiMatHangTruoc.Location = new System.Drawing.Point(639, 20);
175             
this.linkLabel_QuayLaiMatHangTruoc.Name = "linkLabel_QuayLaiMatHangTruoc";
176             
this.linkLabel_QuayLaiMatHangTruoc.Size = new System.Drawing.Size(164, 18);
177             
this.linkLabel_QuayLaiMatHangTruoc.TabIndex = 29;
178             
this.linkLabel_QuayLaiMatHangTruoc.TabStop = true;
179             
this.linkLabel_QuayLaiMatHangTruoc.Text = "Quay lại mặt hàng trước";
180             
this.linkLabel_QuayLaiMatHangTruoc.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_QuayLaiMatHangTruoc_LinkClicked);
181             
//
182             
// label17
183             
//
184             
this.label17.AutoSize = true;
185             
this.label17.Location = new System.Drawing.Point(599, 657);
186             
this.label17.Name = "label17";
187             
this.label17.Size = new System.Drawing.Size(115, 18);
188             
this.label17.TabIndex = 30;
189             
this.label17.Text = "% Tỉ lệ lợi nhuận";
190             
this.label17.Visible = false;
191             
//
192             
// txtNgayNhap
193             
//
194             
this.txtNgayNhap.BackColor = System.Drawing.Color.White;
195             
this.txtNgayNhap.BorderStyle = System.Windows.Forms.BorderStyle.None;
196             
this.txtNgayNhap.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
197             
this.txtNgayNhap.Location = new System.Drawing.Point(165, 450);
198             
this.txtNgayNhap.Multiline = true;
199             
this.txtNgayNhap.Name = "txtNgayNhap";
200             
this.txtNgayNhap.ReadOnly = true;
201             
this.txtNgayNhap.Size = new System.Drawing.Size(248, 20);
202             
this.txtNgayNhap.TabIndex = 28;
203             
//
204             
// txtMoTa
205             
//
206             
this.txtMoTa.Location = new System.Drawing.Point(165, 375);
207             
this.txtMoTa.Multiline = true;
208             
this.txtMoTa.Name = "txtMoTa";
209             
this.txtMoTa.Size = new System.Drawing.Size(461, 44);
210             
this.txtMoTa.TabIndex = 28;
211             
//
212             
// label24
213             
//
214             
this.label24.AutoSize = true;
215             
this.label24.Location = new System.Drawing.Point(41, 375);
216             
this.label24.Name = "label24";
217             
this.label24.Size = new System.Drawing.Size(46, 18);
218             
this.label24.TabIndex = 27;
219             
this.label24.Text = "Mô tả";
220             
//
221             
// btnLuu
222             
//
223             
this.btnLuu.Location = new System.Drawing.Point(626, 954);
224             
this.btnLuu.Name = "btnLuu";
225             
this.btnLuu.Size = new System.Drawing.Size(112, 36);
226             
this.btnLuu.TabIndex = 25;
227             
this.btnLuu.Text = "Thực hiện";
228             
this.btnLuu.UseVisualStyleBackColor = true;
229             
this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
230             
//
231             
// txtSoLuong
232             
//
233             
this.txtSoLuong.BackColor = System.Drawing.Color.White;
234             
this.txtSoLuong.BorderStyle = System.Windows.Forms.BorderStyle.None;
235             
this.txtSoLuong.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
236             
this.txtSoLuong.Location = new System.Drawing.Point(162, 332);
237             
this.txtSoLuong.Multiline = true;
238             
this.txtSoLuong.Name = "txtSoLuong";
239             
this.txtSoLuong.ReadOnly = true;
240             
this.txtSoLuong.Size = new System.Drawing.Size(248, 20);
241             
this.txtSoLuong.TabIndex = 23;
242             
//
243             
// groupBox2
244             
//
245             
this.groupBox2.Controls.Add(this.txtHanSuDung);
246             
this.groupBox2.Controls.Add(this.maskedTextBoxHSD);
247             
this.groupBox2.Controls.Add(this.maskedTextBoxNSX);
248             
this.groupBox2.Controls.Add(this.cmbThueSuat);
249             
this.groupBox2.Controls.Add(this.label7);
250             
this.groupBox2.Controls.Add(this.txtGiaBanBuon);
251             
this.groupBox2.Controls.Add(this.txtGiaKhuyenMai);
252             
this.groupBox2.Controls.Add(this.label22);
253             
this.groupBox2.Controls.Add(this.txtGiaBanLe);
254             
this.groupBox2.Controls.Add(this.label21);
255             
this.groupBox2.Controls.Add(this.label16);
256             
this.groupBox2.Controls.Add(this.txtGiaNhap);
257             
this.groupBox2.Controls.Add(this.label15);
258             
this.groupBox2.Controls.Add(this.label14);
259             
this.groupBox2.Controls.Add(this.label11);
260             
this.groupBox2.Location = new System.Drawing.Point(25, 504);
261             
this.groupBox2.Name = "groupBox2";
262             
this.groupBox2.Size = new System.Drawing.Size(549, 486);
263             
this.groupBox2.TabIndex = 21;
264             
this.groupBox2.TabStop = false;
265             
this.groupBox2.Text = "Đơn giá";
266             
//
267             
// maskedTextBoxHSD
268             
//
269             
this.maskedTextBoxHSD.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
270             
this.maskedTextBoxHSD.Location = new System.Drawing.Point(283, 301);
271             
this.maskedTextBoxHSD.Mask = "00/00/0000";
272             
this.maskedTextBoxHSD.Name = "maskedTextBoxHSD";
273             
this.maskedTextBoxHSD.Size = new System.Drawing.Size(88, 26);
274             
this.maskedTextBoxHSD.TabIndex = 35;
275             
this.maskedTextBoxHSD.ValidatingType = typeof(System.DateTime);
276             
//
277             
// maskedTextBoxNSX
278             
//
279             
this.maskedTextBoxNSX.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
280             
this.maskedTextBoxNSX.Location = new System.Drawing.Point(155, 257);
281             
this.maskedTextBoxNSX.Mask = "00/00/0000";
282             
this.maskedTextBoxNSX.Name = "maskedTextBoxNSX";
283             
this.maskedTextBoxNSX.Size = new System.Drawing.Size(216, 26);
284             
this.maskedTextBoxNSX.TabIndex = 34;
285             
this.maskedTextBoxNSX.ValidatingType = typeof(System.DateTime);
286             
//
287             
// cmbThueSuat
288             
//
289             
this.cmbThueSuat.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
290             
this.cmbThueSuat.FormattingEnabled = true;
291             
this.cmbThueSuat.Location = new System.Drawing.Point(155, 345);
292             
this.cmbThueSuat.Name = "cmbThueSuat";
293             
this.cmbThueSuat.Size = new System.Drawing.Size(217, 28);
294             
this.cmbThueSuat.TabIndex = 33;
295             
//
296             
// label7
297             
//
298             
this.label7.AutoSize = true;
299             
this.label7.Location = new System.Drawing.Point(32, 349);
300             
this.label7.Name = "label7";
301             
this.label7.Size = new System.Drawing.Size(41, 18);
302             
this.label7.TabIndex = 32;
303             
this.label7.Text = "Thuế";
304             
//
305             
// txtGiaBanBuon
306             
//
307             
this.txtGiaBanBuon.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
308             
this.txtGiaBanBuon.Location = new System.Drawing.Point(155, 150);
309             
this.txtGiaBanBuon.Name = "txtGiaBanBuon";
310             
this.txtGiaBanBuon.Size = new System.Drawing.Size(217, 26);
311             
this.txtGiaBanBuon.TabIndex = 26;
312             
this.txtGiaBanBuon.TextChanged += new System.EventHandler(this.txtGiaBanBuon_TextChanged);
313             
this.txtGiaBanBuon.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDaiLyCap1_KeyPress);
314             
//
315             
// txtGiaKhuyenMai
316             
//
317             
this.txtGiaKhuyenMai.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
318             
this.txtGiaKhuyenMai.Location = new System.Drawing.Point(155, 200);
319             
this.txtGiaKhuyenMai.Name = "txtGiaKhuyenMai";
320             
this.txtGiaKhuyenMai.Size = new System.Drawing.Size(217, 26);
321             
this.txtGiaKhuyenMai.TabIndex = 25;
322             
this.txtGiaKhuyenMai.TextChanged += new System.EventHandler(this.txtGiaKhuyenMai_TextChanged);
323             
this.txtGiaKhuyenMai.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGiaKhuyenMai_KeyPress);
324             
//
325             
// label22
326             
//
327             
this.label22.AutoSize = true;
328             
this.label22.Location = new System.Drawing.Point(29, 305);
329             
this.label22.Name = "label22";
330             
this.label22.Size = new System.Drawing.Size(91, 18);
331             
this.label22.TabIndex = 27;
332             
this.label22.Text = "Hạn sử dụng";
333             
//
334             
// txtGiaBanLe
335             
//
336             
this.txtGiaBanLe.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
337             
this.txtGiaBanLe.Location = new System.Drawing.Point(155, 99);
338             
this.txtGiaBanLe.Name = "txtGiaBanLe";
339             
this.txtGiaBanLe.Size = new System.Drawing.Size(217, 26);
340             
this.txtGiaBanLe.TabIndex = 24;
341             
this.txtGiaBanLe.Click += new System.EventHandler(this.txtGiaBanLe_Click);
342             
this.txtGiaBanLe.TextChanged += new System.EventHandler(this.txtGiaBanLe_TextChanged);
343             
this.txtGiaBanLe.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGiaBanLe_KeyPress);
344             
this.txtGiaBanLe.MouseCaptureChanged += new System.EventHandler(this.txtGiaBanLe_MouseCaptureChanged);
345             
//
346             
// label21
347             
//
348             
this.label21.AutoSize = true;
349             
this.label21.Location = new System.Drawing.Point(29, 257);
350             
this.label21.Name = "label21";
351             
this.label21.Size = new System.Drawing.Size(101, 18);
352             
this.label21.TabIndex = 26;
353             
this.label21.Text = "Ngày sản xuất";
354             
//
355             
// label16
356             
//
357             
this.label16.AutoSize = true;
358             
this.label16.Location = new System.Drawing.Point(28, 150);
359             
this.label16.Name = "label16";
360             
this.label16.Size = new System.Drawing.Size(108, 18);
361             
this.label16.TabIndex = 2;
362             
this.label16.Text = "Giá đại lý cấp 1";
363             
//
364             
// txtGiaNhap
365             
//
366             
this.txtGiaNhap.BackColor = System.Drawing.Color.White;
367             
this.txtGiaNhap.BorderStyle = System.Windows.Forms.BorderStyle.None;
368             
this.txtGiaNhap.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
369             
this.txtGiaNhap.Location = new System.Drawing.Point(151, 37);
370             
this.txtGiaNhap.Multiline = true;
371             
this.txtGiaNhap.Name = "txtGiaNhap";
372             
this.txtGiaNhap.ReadOnly = true;
373             
this.txtGiaNhap.Size = new System.Drawing.Size(248, 20);
374             
this.txtGiaNhap.TabIndex = 22;
375             
//
376             
// label15
377             
//
378             
this.label15.AutoSize = true;
379             
this.label15.Location = new System.Drawing.Point(28, 200);
380             
this.label15.Name = "label15";
381             
this.label15.Size = new System.Drawing.Size(110, 18);
382             
this.label15.TabIndex = 1;
383             
this.label15.Text = "Giá khuyễn mại";
384             
//
385             
// label14
386             
//
387             
this.label14.AutoSize = true;
388             
this.label14.Location = new System.Drawing.Point(28, 105);
389             
this.label14.Name = "label14";
390             
this.label14.Size = new System.Drawing.Size(78, 18);
391             
this.label14.TabIndex = 0;
392             
this.label14.Text = "Giá bán lẻ:";
393             
//
394             
// label11
395             
//
396             
this.label11.Location = new System.Drawing.Point(28, 37);
397             
this.label11.Name = "label11";
398             
this.label11.Size = new System.Drawing.Size(111, 45);
399             
this.label11.TabIndex = 19;
400             
this.label11.Text = "Giá vốn (Đã bao gồm thuế)";
401             
//
402             
// label20
403             
//
404             
this.label20.AutoSize = true;
405             
this.label20.Location = new System.Drawing.Point(38, 451);
406             
this.label20.Name = "label20";
407             
this.label20.Size = new System.Drawing.Size(78, 18);
408             
this.label20.TabIndex = 25;
409             
this.label20.Text = "Ngày nhập";
410             
//
411             
// label10
412             
//
413             
this.label10.AutoSize = true;
414             
this.label10.Location = new System.Drawing.Point(38, 332);
415             
this.label10.Name = "label10";
416             
this.label10.Size = new System.Drawing.Size(67, 18);
417             
this.label10.TabIndex = 18;
418             
this.label10.Text = "Số lượng";
419             
//
420             
// cmbDonViTinh
421             
//
422             
this.cmbDonViTinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
423             
this.cmbDonViTinh.FormattingEnabled = true;
424             
this.cmbDonViTinh.Location = new System.Drawing.Point(165, 231);
425             
this.cmbDonViTinh.Name = "cmbDonViTinh";
426             
this.cmbDonViTinh.Size = new System.Drawing.Size(248, 28);
427             
this.cmbDonViTinh.TabIndex = 16;
428             
//
429             
// label4
430             
//
431             
this.label4.AutoSize = true;
432             
this.label4.Location = new System.Drawing.Point(45, 233);
433             
this.label4.Name = "label4";
434             
this.label4.Size = new System.Drawing.Size(77, 18);
435             
this.label4.TabIndex = 15;
436             
this.label4.Text = "Đơn vị tính";
437             
//
438             
// txtMaVietTat
439             
//
440             
this.txtMaVietTat.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
441             
this.txtMaVietTat.Location = new System.Drawing.Point(165, 181);
442             
this.txtMaVietTat.Name = "txtMaVietTat";
443             
this.txtMaVietTat.Size = new System.Drawing.Size(452, 26);
444             
this.txtMaVietTat.TabIndex = 14;
445             
//
446             
// label3
447             
//
448             
this.label3.AutoSize = true;
449             
this.label3.Location = new System.Drawing.Point(45, 185);
450             
this.label3.Name = "label3";
451             
this.label3.Size = new System.Drawing.Size(75, 18);
452             
this.label3.TabIndex = 13;
453             
this.label3.Text = "Mã viết tắt";
454             
//
455             
// txtMaSanPham
456             
//
457             
this.txtMaSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
458             
this.txtMaSanPham.Location = new System.Drawing.Point(165, 131);
459             
this.txtMaSanPham.Name = "txtMaSanPham";
460             
this.txtMaSanPham.Size = new System.Drawing.Size(452, 26);
461             
this.txtMaSanPham.TabIndex = 12;
462             
//
463             
// label2
464             
//
465             
this.label2.AutoSize = true;
466             
this.label2.Location = new System.Drawing.Point(45, 135);
467             
this.label2.Name = "label2";
468             
this.label2.Size = new System.Drawing.Size(98, 18);
469             
this.label2.TabIndex = 11;
470             
this.label2.Text = "Mã sản phẩm";
471             
//
472             
// txtTenSanPham
473             
//
474             
this.txtTenSanPham.BorderStyle = System.Windows.Forms.BorderStyle.None;
475             
this.txtTenSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
476             
this.txtTenSanPham.Location = new System.Drawing.Point(165, 78);
477             
this.txtTenSanPham.Multiline = true;
478             
this.txtTenSanPham.Name = "txtTenSanPham";
479             
this.txtTenSanPham.Size = new System.Drawing.Size(837, 20);
480             
this.txtTenSanPham.TabIndex = 10;
481             
//
482             
// label5
483             
//
484             
this.label5.AutoSize = true;
485             
this.label5.Location = new System.Drawing.Point(41, 82);
486             
this.label5.Name = "label5";
487             
this.label5.Size = new System.Drawing.Size(98, 18);
488             
this.label5.TabIndex = 9;
489             
this.label5.Text = "Tên hàng hóa";
490             
//
491             
// label1
492             
//
493             
this.label1.AutoSize = true;
494             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
495             
this.label1.Location = new System.Drawing.Point(3, 9);
496             
this.label1.Name = "label1";
497             
this.label1.Size = new System.Drawing.Size(197, 29);
498             
this.label1.TabIndex = 0;
499             
this.label1.Text = "Chi tiết sản phẩm";
500             
//
501             
// txtHanSuDung
502             
//
503             
this.txtHanSuDung.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
504             
this.txtHanSuDung.Location = new System.Drawing.Point(155, 301);
505             
this.txtHanSuDung.Name = "txtHanSuDung";
506             
this.txtHanSuDung.Size = new System.Drawing.Size(122, 26);
507             
this.txtHanSuDung.TabIndex = 36;
508             
//
509             
// uctKho_ChiTietSanPham
510             
//
511             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
512             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
513             
this.BackColor = System.Drawing.Color.White;
514             
this.Controls.Add(this.panel1);
515             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
516             
this.Margin = new System.Windows.Forms.Padding(4);
517             
this.Name = "uctKho_ChiTietSanPham";
518             
this.Size = new System.Drawing.Size(1024, 1550);
519             
this.Load += new System.EventHandler(this.uctKho_ChiTietSanPham_Load);
520             
this.panel1.ResumeLayout(false);
521             
this.panel1.PerformLayout();
522             
this.groupBox2.ResumeLayout(false);
523             
this.groupBox2.PerformLayout();
524             
this.ResumeLayout(false);
525
526         }
527
528         
#endregion
529
530         
private System.Windows.Forms.Panel panel1;
531         
private System.Windows.Forms.Label label1;
532         
private System.Windows.Forms.ComboBox cmbDonViTinh;
533         
private System.Windows.Forms.Label label4;
534         
private System.Windows.Forms.TextBox txtMaVietTat;
535         
private System.Windows.Forms.Label label3;
536         
private System.Windows.Forms.TextBox txtMaSanPham;
537         
private System.Windows.Forms.Label label2;
538         
private System.Windows.Forms.TextBox txtTenSanPham;
539         
private System.Windows.Forms.Label label5;
540         
private System.Windows.Forms.Label label16;
541         
private System.Windows.Forms.Label label15;
542         
private System.Windows.Forms.Label label14;
543         
private System.Windows.Forms.GroupBox groupBox2;
544         
private System.Windows.Forms.Label label11;
545         
private System.Windows.Forms.Label label10;
546         
private System.Windows.Forms.TextBox txtSoLuong;
547         
private System.Windows.Forms.TextBox txtGiaBanBuon;
548         
private System.Windows.Forms.TextBox txtGiaKhuyenMai;
549         
private System.Windows.Forms.TextBox txtGiaBanLe;
550         
private System.Windows.Forms.TextBox txtGiaNhap;
551         
private System.Windows.Forms.Label label20;
552         
private System.Windows.Forms.TextBox txtNgayNhap;
553         
private System.Windows.Forms.Label label22;
554         
private System.Windows.Forms.Label label21;
555         
private System.Windows.Forms.Button btnLuu;
556         
private System.Windows.Forms.TextBox txtTiLeLoiNhuan;
557         
private System.Windows.Forms.Label label17;
558         
private System.Windows.Forms.Label label24;
559         
private System.Windows.Forms.TextBox txtMoTa;
560         
private System.Windows.Forms.LinkLabel linkLabel_MatHangTiepTheo;
561         
private System.Windows.Forms.LinkLabel linkLabel_QuayLaiMatHangTruoc;
562         
private System.Windows.Forms.Label label25;
563         
private System.Windows.Forms.TextBox txtNCCAll;
564         
private System.Windows.Forms.Label label6;
565         
private System.Windows.Forms.MaskedTextBox maskedTextBoxHSD;
566         
private System.Windows.Forms.MaskedTextBox maskedTextBoxNSX;
567         
private System.Windows.Forms.ComboBox cmbThueSuat;
568         
private System.Windows.Forms.Label label7;
569         
private System.Windows.Forms.Label lblThongBao;
570         
private System.Windows.Forms.TextBox txtHanSuDung;
571     }
572 }


Gõ tìm kiếm nhanh...